﻿/* CSS Document */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a { text-decoration: none;background: transparent; /*修正win8系统IE连接灰色背景*/ outline:none;
  blr:expression(this.onFocus=this.blur());}
a:focus { outline: 0;}
a:active,a:hover{outline:0}
	a{color:#666;}
	
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:0.67em 0}
mark{background:#ff0;color:#000}
small{font-size:75%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0;    vertical-align: middle; -ms-interpolation-mode:bicubic; padding:0px;}
svg:not(:root){overflow:hidden}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0; outline:none;}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #c0c0c0; padding:5px;}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
ul,ol,li {  list-style: none; margin:0px; position:0px;}
i, em{  font-style: normal;}
*{box-sizing:border-box; margin:0px; padding:0px; -webkit-box-sizing:border-box;}
html{font-family:"微软雅黑",Helvetica,Arial,sans-serif;font-size:12px;line-height:1.5;color:#3c3c3c; -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/}
body{margin:0; padding:0; }
	
.clear { clear: both;}
.clearfix{ zoom: 1;}
.clearfix:after{ display:block;  height:0;  clear:both; visibility:hidden; overflow:hidden;  content:".";}
.fl {float:left; }
.fr {float:right;}
.por{ position: relative;}
.poa{ position: absolute;}
.pof{ position: fixed;}
.poa-f{ position: absolute; left: 0; top: 0; width: 100%;  height: 100%;}
.ovh{ overflow: hidden;}
.dn{display: none;}
.tac{ text-align: center;}
.t-f{ transition: all 0.5s;}
.t-c{ transition: color 0.5s;}
.t-bg{ transition: background 0.5s;}
.radius{ -moz-border-radius:100%;  -ms-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%;  border-radius:100%;}
.nowrap{white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}

input, textarea,select{
    font-family:"微软雅黑",Helvetica,Arial,sans-serif;
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
}

/**
 * 文章分页
 * @author superfly
 * @return
 */
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px; margin-top: 20px;}
.page a{display: inline-block;overflow: hidden;padding:12px 18px;color:#999999;border-radius:3px;background: #f7f8f9;margin:2px;}
.page a:hover{background: #7eba46;color: #fff;}
.page a.hover{background: #7eba46;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;

}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageH.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageH.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageH.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageH.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}

	
